
.m-confirm {
	width:67px;
	position:fixed;
	top:50%;
	right:0px;
	background-color:#fff;
	font-size:12px;
	color:#fff;
	margin-top:-171px;
	z-index:9999;
}
.m-confirm .z-show {
	display:block !important;
}
.m-confirm .z-over {
	background-color:#197ad8 !important;
}
.m-confirm .z-over-1 {
	background-color:#c6c6c6 !important;
}
.m-confirm .i-sprite {
	background:url(icon-sprite.png) no-repeat;
	display:inline-block;
	zoom:1;
	width:67px;
	height:30px;
	margin-top:28px;
	overflow:hidden;
}
.m-confirm .online {
	height:99px;
	text-align:center;
	border-bottom:1px solid #8dc7ff;
	cursor:pointer;
	background-color:#378fe5;
}
.m-confirm .online .i-sprite-1 {
	background-position:20px 0px;
}
.m-confirm .tel {
	height:99px;
	text-align:center;
	border-bottom:1px solid #8dc7ff;
	position:relative;
	cursor:pointer;
	background-color:#378fe5;
}
.m-confirm .tel .i-sprite-2 {
	background-position:20px -28px;
}
.m-confirm .tel .content {
	width:138px;
	height:43px;
	background:url(tel-aside@2x.png) no-repeat;
	background:url(tel-aside@1x.png) no-repeat\9;
	background-size:138px 43px;
	position:absolute;
	display:none;
	top:27px;
	left:-147px;
	z-index:9999;
}

